body{
    background-image: url(Body.jpg);
}
.text{
    color: #151414;
    font-size: 15px;
    text-align: justify;
}
#layout{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
    box-sizing: border-box;
    background-color: whitesmoke;
    box-shadow: -5px 20px 30px #ddd;
}
#vtnavlogo{
    padding: 30px;
    margin-top: 20px;
}
.heading{
    text-align: center;
    background: -webkit-linear-gradient(#007bff,#151414);
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
}
.heading1{
    color: #007bff;
}
.heading2{
    background: -webkit-linear-gradient(#007bff,#151414);
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
    margin-top: 7px;
}
#babyimg{
    margin-top: 20px;
}
#marquee{
    margin-top: 15px;
    background: -webkit-linear-gradient(#007bff,#151414);
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
}
#checkup{
    background-color: rgb(255, 218, 246);
    padding: 5px;
    border-radius: 10px;
}
#checkup:hover{
    border-top: 1px solid rgb(250, 0, 192);
    box-shadow: 2px 5px 20px  #ddd;
}
#checkup1{
    background-color: rgb(255, 218, 246);
    border-radius: 10px;
    padding: 5px;
    padding-top: 10px;
}
#decoration{
    text-decoration: none;
}
#checkup1:hover{
    border-top: 1px solid rgb(250, 0, 192);
    box-shadow: 2px 5px 20px  #ddd;
}
#text2{
    color:#484242 ;
    margin-top: 10px;
    font-size: 15px;
    text-align: justify;
}
